CanSynchronize Method

Summary
Determines whether the type type supports synchronization.
Syntax
C#
C++/CLI
public bool CanSynchronize( 
   MedicalViewerActionType action 
) 
            public: 
bool CanSynchronize(  
   MedicalViewerActionType action 
)  

Parameters

action
MedicalViewerActionType enumeration that is being checked as to whether it supports synchronization.

Return Value

true if the type type supports synchronization; otherwise, false.

Remarks

Currently the only type that supports synchronization is MedicalViewerActionType.Stack. It is supported via the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> class.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.